home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Markets / K-12 Education / HyperCard in Education / Lab Report Template / background_2686.txt < prev    next >
Text File  |  1990-04-02  |  4KB  |  181 lines

  1. -- background: 2686 from stack: in
  2. -- bmap block id: 3259
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 4002
  11. -- rect: left=229 top=24 right=105 bottom=506
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 3
  16. -- text size: 20
  17. -- style flags: 10496
  18. -- line height: 26
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 4002
  25. -- rect: left=279 top=108 right=133 bottom=506
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 17
  31. -- style flags: 256
  32. -- line height: 22
  33. -- part name: 
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 01
  38. -- high flags: 0000
  39. -- rect: left=250 top=112 right=131 bottom=277
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 12
  45. -- style flags: 768
  46. -- line height: 16
  47. -- part name: 
  48.  
  49.  
  50. -- part 4 (button)
  51. -- low flags: 00
  52. -- high flags: A003
  53. -- rect: left=398 top=135 right=157 bottom=498
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Objective
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   go to card id 4497
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 5 (button)
  70. -- low flags: 00
  71. -- high flags: A003
  72. -- rect: left=398 top=160 right=182 bottom=498
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Procedure
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   go to card id 5375
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 6 (button)
  89. -- low flags: 00
  90. -- high flags: A003
  91. -- rect: left=398 top=185 right=207 bottom=498
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Data
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   go to card id 5716
  103. end mouseUp
  104.  
  105.  
  106.  
  107. -- part 7 (button)
  108. -- low flags: 00
  109. -- high flags: A003
  110. -- rect: left=399 top=210 right=232 bottom=499
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 0 / 0
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: Results
  119. ----- HyperTalk script -----
  120. on mouseUp
  121.   go to card id 6167
  122. end mouseUp
  123.  
  124.  
  125.  
  126. -- part 8 (button)
  127. -- low flags: 00
  128. -- high flags: A003
  129. -- rect: left=399 top=236 right=257 bottom=499
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: Answers
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   go to card id 6728
  141. end mouseUp
  142.  
  143.  
  144.  
  145. -- part 9 (button)
  146. -- low flags: 00
  147. -- high flags: A003
  148. -- rect: left=399 top=261 right=283 bottom=499
  149. -- title width / last selected line: 0
  150. -- icon id / first selected line: 0 / 0
  151. -- text alignment: 1
  152. -- font id: 0
  153. -- text size: 12
  154. -- style flags: 0
  155. -- line height: 16
  156. -- part name: Discussion
  157. ----- HyperTalk script -----
  158. on mouseUp
  159.   go to card id 7368
  160. end mouseUp
  161.  
  162.  
  163.  
  164. -- part 10 (button)
  165. -- low flags: 00
  166. -- high flags: A003
  167. -- rect: left=400 top=286 right=308 bottom=500
  168. -- title width / last selected line: 0
  169. -- icon id / first selected line: 0 / 0
  170. -- text alignment: 1
  171. -- font id: 0
  172. -- text size: 12
  173. -- style flags: 0
  174. -- line height: 16
  175. -- part name: Conclusion
  176. ----- HyperTalk script -----
  177. on mouseUp
  178.   go to card id 7725
  179. end mouseUp
  180.  
  181.